initialization subprogram
- initialization subprogram
подпрограмма инициализации; подпрограмма начального запуска
relocatable subprogram — перемещаемая подпрограмма
input/output subprogram — подпрограмма ввода-вывода
first-order subprogram — подпрограмма первого уровня
optimized subprogram — оптимизированная подпрограмма
user-supplied subprogram — подпрограмма пользователя
English-Russian base dictionary .
2014.
Смотреть что такое "initialization subprogram" в других словарях:
Fortran language features — This is a comprehensive overview of features of the Fortran 95 language, the version supported by almost all existing Fortran compilers. Old features that have been superseded by new ones are not described few of those historic features are used… … Wikipedia
Use-define chain — A Use Definition Chain (UD Chain) is a data structure that consists of a use, U, of a variable, and all the definitions, D, of that variable that can reach that use without any other intervening definitions. A definition can have many forms, but… … Wikipedia
Main function — See also: Entry point In many programming languages, the main function is where a program starts execution. It is responsible for the high level organization of the program s functionality, and typically has access to the command arguments given… … Wikipedia